source/derelict/newton/newton.d(51,33): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `NewtonWorldGetVersion` source/derelict/newton/newton.d(51,19): Error: cast from `extern (C) int function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/newton/newton.d(52,33): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `NewtonWorlfloatSize` source/derelict/newton/newton.d(52,19): Error: cast from `extern (C) int function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/newton/newton.d(53,33): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `NewtonGetMemoryUsed` source/derelict/newton/newton.d(53,19): Error: cast from `extern (C) int function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/newton/newton.d(54,33): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `NewtonSetMemorySystem` source/derelict/newton/newton.d(54,19): Error: cast from `extern (C) void function(extern (C) void* function(int), extern (C) void function(const(void*), int)) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/newton/newton.d(55,33): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `NewtonCreate` source/derelict/newton/newton.d(55,19): Error: cast from `extern (C) NewtonWorld* function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/newton/newton.d(56,33): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `NewtonDestroy` source/derelict/newton/newton.d(56,19): Error: cast from `extern (C) void function(const(NewtonWorld*)) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/newton/newton.d(57,33): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `NewtonDestroyAllBodies` source/derelict/newton/newton.d(57,19): Error: cast from `extern (C) void function(const(NewtonWorld*)) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/newton/newton.d(58,33): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `NewtonEnumrateDevices` source/derelict/newton/newton.d(58,19): Error: cast from `extern (C) int function(const(NewtonWorld*)) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/newton/newton.d(59,33): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `NewtonGetCurrentDevice` source/derelict/newton/newton.d(59,19): Error: cast from `extern (C) int function(const(NewtonWorld*)) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/newton/newton.d(60,33): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `NewtonSetCurrentDevice` source/derelict/newton/newton.d(60,19): Error: cast from `extern (C) void function(const(NewtonWorld*), int) nothrow @nogc*` to `void**` not allowed in safe code /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.